Click or drag to resize

StreamLoad Method (String, Byte)

Loads data to this stream from the specified buffer.

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public void Load(
	string name,
	byte[] buffer
)

Parameters

name
Type: SystemString
Stream name.
buffer
Type: SystemByte
Data buffer.
See Also